evolutionary algorithms - определение. Что такое evolutionary algorithms
Diclib.com
Словарь онлайн

Что (кто) такое evolutionary algorithms - определение

SUBSET OF EVOLUTIONARY COMPUTATION
Artificial evolution; Evolutionary algorithms; Evolutionary Algorithm; Evolutionary methods; Evolutive algorithm; Hunting Search

evolutionary algorithm         
(EA) An algorithm which incorporates aspects of natural selection or survival of the fittest. An evolutionary algorithm maintains a population of structures (usually randomly generated initially), that evolves according to rules of selection, recombination, mutation and survival, referred to as genetic operators. A shared "environment" determines the fitness or performance of each individual in the population. The fittest individuals are more likely to be selected for reproduction (retention or duplication), while recombination and mutation modify those individuals, yielding potentially superior ones. EAs are one kind of evolutionary computation and differ from genetic algorithms. A GA generates each individual from some encoded form known as a "chromosome" and it is these which are combined or mutated to breed new individuals. EAs are useful for optimisation when other techniques such as gradient descent or direct, analytical discovery are not possible. Combinatoric and real-valued function optimisation in which the optimisation surface or fitness landscape is "rugged", possessing many locally optimal solutions, are well suited for evolutionary algorithms. (1995-02-03)
Evolutionary algorithm         
In computational intelligence (CI), an evolutionary algorithm (EA) is a subset of evolutionary computation, a generic population-based metaheuristic optimization algorithm. An EA uses mechanisms inspired by biological evolution, such as reproduction, mutation, recombination, and selection.
Cellular evolutionary algorithm         
KIND OF EVOLUTIONARY ALGORITHM
Cellular evolutionary algorithms; Cellular genetic algorithm; Cellular Evolutionary Algorithms
A cellular evolutionary algorithm (cEA) is a kind of evolutionary algorithm (EA) in which individuals cannot mate arbitrarily, but every one interacts with its closer neighbors on which a basic EA is applied (selection, variation, replacement).

Википедия

Evolutionary algorithm

In computational intelligence (CI), an evolutionary algorithm (EA) is a subset of evolutionary computation, a generic population-based metaheuristic optimization algorithm. An EA uses mechanisms inspired by biological evolution, such as reproduction, mutation, recombination, and selection. Candidate solutions to the optimization problem play the role of individuals in a population, and the fitness function determines the quality of the solutions (see also loss function). Evolution of the population then takes place after the repeated application of the above operators.

Evolutionary algorithms often perform well approximating solutions to all types of problems because they ideally do not make any assumption about the underlying fitness landscape. Techniques from evolutionary algorithms applied to the modeling of biological evolution are generally limited to explorations of microevolutionary processes and planning models based upon cellular processes. In most real applications of EAs, computational complexity is a prohibiting factor. In fact, this computational complexity is due to fitness function evaluation. Fitness approximation is one of the solutions to overcome this difficulty. However, seemingly simple EA can solve often complex problems; therefore, there may be no direct link between algorithm complexity and problem complexity.

Примеры произношения для evolutionary algorithms
1. Evolutionary algorithms are optimizing algorithms.
Rage Inside The Machine _ Robert Elliott Smith _ Talks at Google
2. and simulating it with evolutionary algorithms.
Rage Inside The Machine _ Robert Elliott Smith _ Talks at Google
3. let's build evolutionary algorithms on a computer.
Scrum _ Dr Jeff Sutherland _ Talks at Google
4. And this is a diagram from some evolutionary algorithms that
Rage Inside The Machine _ Robert Elliott Smith _ Talks at Google